Problem Set 5 - CS50x 2023
What to Do
- Log into cs50.dev using your GitHub account
- Run
update50in your codespace’s terminal window to ensure your codespace is up-to-date and, when prompted, click Rebuild now - Submit Speller
When to Do It
Advice
Try out any of David’s programs from Week 5.
If you see any errors when compiling your code with
make, focus first on fixing the very first error you see, scrolling up as needed. If unsure what it means, try askinghelp50for help. For instance, if trying to compilespeller, andis yielding errors, try running
instead!
📄️ speller
cs50x problem set speller